home *** CD-ROM | disk | FTP | other *** search
- Path: ufrima.imag.fr!usenet
- From: Emmanuel DARDAINE <edardain>
- Newsgroups: comp.lang.c++
- Subject: Re: Borland C++???????????
- Date: 22 Feb 1996 12:03:37 GMT
- Organization: UFRIMA, IMAG, Universite Joseph Fourier
- Message-ID: <4ghm2p$3e7@ufrima.imag.fr>
- References: <4gbbdq$l82@sunburst.ccs.yorku.ca>
- NNTP-Posting-Host: boole.imag.fr
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (X11; I; SunOS 5.4 sun4m)
- X-URL: news://news-ufrima/4gbbdq$l82@sunburst.ccs.yorku.ca
-
- Hi,
-
- For your problems with your header files, you shouldn't include them in your
- project. In fact, you should provide both implementation files and header
- files, but only include implementation files (*.cpp files) in your project.
-
- Header files don't need to be included cause they don't need to be compiled.
-
-
- Emmanuel
-
-